* lisp/comint.el:
authorChristopher Schmidt <christopher@ch.ristopher.com>
Thu, 8 Aug 2013 19:22:58 +0000 (21:22 +0200)
committerChristopher Schmidt <christopher@ch.ristopher.com>
Thu, 8 Aug 2013 19:22:58 +0000 (21:22 +0200)
commite76723795fe8d6a51ac051b8b6b01e2d62baa00f
treefe4300726936f565e5f4f43b642c7e2424f7d4cb
parenta36d1d617e724c3b98c1083cfb909e9b6235e935
* lisp/comint.el:
Do not use an overlay to highlight the last prompt.  (Bug#14744)
(comint-mode): Make comint-last-prompt buffer local.
(comint-last-prompt): New variable.
(comint-last-prompt-overlay): Remove.  Superseded by
comint-last-prompt.
(comint-snapshot-last-prompt, comint-output-filter): Use
comint-last-prompt.
lisp/ChangeLog
lisp/comint.el